How to handle NULL values as Exceptions in XMLP?

Oracle Apps Interview QuestionsHow to handle NULL values as Exceptions in XMLP?
Questions Master asked 9 years ago
1 Answers
Shailender Thallam Staff answered 9 years ago

We use section:not property to handle NULL values.
Syntax:
<?if@section:not(//GROUP_NAME)?>Message/Action<?end if?>

Example:
<?if@section:not(//G_HEADERS)?>No Data Found for the Parameters Provided Master <?end if?>
Displays the Message
” No Data Found for the Parameters Provided Master “