DBA Data[Home] [Help]

APPS.PO_UDA_PUB dependencies on PO_UDA_PUB

Line 1: PACKAGE BODY PO_UDA_PUB AS

1: PACKAGE BODY PO_UDA_PUB AS
2: /* $Header: PO_UDA_PUB.plb 120.7 2011/02/01 15:00:59 abhinraj ship $ */
3: d_pkg_name CONSTANT varchar2(50) := PO_LOG.get_package_base('PO_UDA_PUB');
4:
5: --- variables for persisting address value read --

Line 2: /* $Header: PO_UDA_PUB.plb 120.7 2011/02/01 15:00:59 abhinraj ship $ */

1: PACKAGE BODY PO_UDA_PUB AS
2: /* $Header: PO_UDA_PUB.plb 120.7 2011/02/01 15:00:59 abhinraj ship $ */
3: d_pkg_name CONSTANT varchar2(50) := PO_LOG.get_package_base('PO_UDA_PUB');
4:
5: --- variables for persisting address value read --
6: g_pk1_value number;

Line 3: d_pkg_name CONSTANT varchar2(50) := PO_LOG.get_package_base('PO_UDA_PUB');

1: PACKAGE BODY PO_UDA_PUB AS
2: /* $Header: PO_UDA_PUB.plb 120.7 2011/02/01 15:00:59 abhinraj ship $ */
3: d_pkg_name CONSTANT varchar2(50) := PO_LOG.get_package_base('PO_UDA_PUB');
4:
5: --- variables for persisting address value read --
6: g_pk1_value number;
7: g_pk2_value number;

Line 866: PO_UDA_PUB.GET_ATTR_VALUE

862: l_attr_grp_pk_tbl PO_TBL_VARCHAR4000;
863:
864: BEGIN
865:
866: PO_UDA_PUB.GET_ATTR_VALUE
867: (
868: p_template_id => p_template_id
869: ,p_entity_code => p_entity_code
870: ,pk1_value => pk1_value

Line 924: PO_UDA_PUB.GET_ATTR_VALUE

920: l_msg_data VARCHAR2(200);
921:
922: BEGIN
923:
924: PO_UDA_PUB.GET_ATTR_VALUE
925: (
926: p_template_id => p_template_id
927: ,p_entity_code => p_entity_code
928: ,pk1_value => pk1_value

Line 952: END PO_UDA_PUB;

948: WHEN OTHERS THEN
949: PO_LOG.exc(d_module,d_progress,'Unexpected error: '|| SQLERRM || 'at '||d_progress);
950: END get_single_attr_value;
951:
952: END PO_UDA_PUB;