DBA Data[Home] [Help]

APPS.HZ_FORMAT_PUB dependencies on STANDARD

Line 159: /* may be standardized (e.g. English) and may be different */

155: /* (b) from language (i.e. where the sender is) */
156: /* (c) "to" country (i.e. the country of the address) */
157: /* (d) "to" language (i.e. the language used at the address) */
158: /* (e) language to display country name in (in some cases, this */
159: /* may be standardized (e.g. English) and may be different */
160: /* than the "from" language and the "to" language. */
161: /* */
162: /* 4. Wherever possible, the APIs will default this context information */
163: /* however, they are exposed as parameters so you can override. */

Line 209: | x_return_status Standard API return status.

205: | p_from_territory_code Territory code from where something is sent.
206: |
207: | (OUT)
208: |
209: | x_return_status Standard API return status.
210: | x_msg_count Number of messages on the message stack.
211: | x_formatted_address Single string formatted address (with line
212: | breaks inserted).
213: | x_formatted_lines_cnt Number of lines in the formatted address.

Line 288: | x_return_status Standard API return status.

284: | p_address_lines_phonetic Phonetic representation of address
285: |
286: | (OUT)
287: |
288: | x_return_status Standard API return status.
289: | x_msg_count Number of messages on the message stack.
290: | x_formatted_address Single string formatted address (with line
291: | breaks inserted).
292: | x_formatted_lines_cnt Number of lines in the formatted address.

Line 380: | x_return_status Standard API return status.

376: | p_address_lines_phonetic Phonetic representation of address
377: |
378: | (OUT)
379: |
380: | x_return_status Standard API return status.
381: | x_msg_count Number of messages on the message stack.
382: | x_formatted_address Single string formatted address (with line
383: | breaks inserted).
384: | x_formatted_lines_cnt Number of lines in the formatted address.

Line 449: | x_return_status Standard API return status.

445: | p_from_territory_code Territory code from where something is sent.
446: |
447: | (OUT)
448: |
449: | x_return_status Standard API return status.
450: | x_msg_count Number of messages on the message stack.
451: | x_layout_tbl_cnt Number of lines in the formatted address layout.
452: | x_layout_tbl The formatted address layout returned as multiple
453: | strings, one for each line.

Line 518: | x_return_status Standard API return status.

514: | p_address_lines_phonetic Phonetic representation of address
515: |
516: | (OUT)
517: |
518: | x_return_status Standard API return status.
519: | x_msg_count Number of messages on the message stack.
520: | x_layout_tbl_cnt Number of lines in the formatted address layout.
521: | x_layout_tbl The formatted address layout returned as multiple
522: | strings, one for each line.

Line 587: | x_return_status Standard API return status.

583: | p_ref_territory_code The "refernece" territory (context).
584: |
585: | (OUT)
586: |
587: | x_return_status Standard API return status.
588: | x_msg_count Number of messages on the message stack.
589: | x_formatted_name Single string formatted name (with line
590: | breaks inserted).
591: | x_formatted_lines_cnt Number of lines in the formatted name.

Line 665: | x_return_status Standard API return status.

661: | p_last_name_phonetic Phonetic representation of last name.
662: |
663: | (OUT)
664: |
665: | x_return_status Standard API return status.
666: | x_msg_count Number of messages on the message stack.
667: | x_formatted_name Single string formatted name (with line
668: | breaks inserted).
669: | x_formatted_lines_cnt Number of lines in the formatted name.

Line 744: | x_return_status Standard API return status.

740: | p_ref_territory_code The "refernece" territory (context).
741: |
742: | (OUT)
743: |
744: | x_return_status Standard API return status.
745: | x_msg_count Number of messages on the message stack.
746: | x_formatted_data Single string formatted data (with line
747: | breaks inserted).
748: | x_formatted_lines_cnt Number of lines in the formatted data.

Line 957: | x_return_status API Standard Return Status

953: | p_language_code Language for which you wish
954: | to determine Style Format.
955: |
956: | (OUT)
957: | x_return_status API Standard Return Status
958: | x_msg_count API Standard Message Count
959: | x_msg_data API Standard Message Data
960: | x_style_format_code Style Format Code that was found.
961: |

Line 958: | x_msg_count API Standard Message Count

954: | to determine Style Format.
955: |
956: | (OUT)
957: | x_return_status API Standard Return Status
958: | x_msg_count API Standard Message Count
959: | x_msg_data API Standard Message Data
960: | x_style_format_code Style Format Code that was found.
961: |
962: +=========================================================================*/

Line 959: | x_msg_data API Standard Message Data

955: |
956: | (OUT)
957: | x_return_status API Standard Return Status
958: | x_msg_count API Standard Message Count
959: | x_msg_data API Standard Message Data
960: | x_style_format_code Style Format Code that was found.
961: |
962: +=========================================================================*/
963: