DBA Data[Home] [Help]

APPS.PO_UDA_DEFAULTING_PKG dependencies on PO_LOG

Line 3171: IF PO_LOG.d_stmt then --bug 12611018

3167: IS
3168: l_structure_ind NUMBER;
3169: l_structure EGO_COL_NAME_VALUE_PAIR_OBJ;
3170: BEGIN
3171: IF PO_LOG.d_stmt then --bug 12611018
3172: IF p_structure_array IS NOT NULL THEN
3173: l_structure_ind := p_structure_array.FIRST;
3174: WHILE (l_structure_ind IS NOT NULL AND l_structure_ind <= p_structure_array.LAST)
3175: LOOP

Line 3200: IF PO_LOG.d_stmt THEN --bug 12611018

3196: IS
3197: l_structure_ind NUMBER;
3198: l_structure EGO_COL_NAME_VALUE_PAIR_OBJ;
3199: BEGIN
3200: IF PO_LOG.d_stmt THEN --bug 12611018
3201:
3202: IF p_structure_array IS NOT NULL THEN
3203: l_structure_ind := p_structure_array.FIRST;
3204: WHILE (l_structure_ind IS NOT NULL AND l_structure_ind <= p_structure_array.LAST)

Line 3231: IF PO_LOG.d_stmt THEN --bug 12611018

3227: IS
3228: l_structure_ind NUMBER;
3229: l_structure EGO_USER_ATTR_DATA_OBJ;
3230: BEGIN
3231: IF PO_LOG.d_stmt THEN --bug 12611018
3232:
3233: IF p_structure_array IS NOT NULL THEN
3234: l_structure_ind := p_structure_array.FIRST;
3235: WHILE (l_structure_ind IS NOT NULL AND l_structure_ind <= p_structure_array.LAST)

Line 3268: IF PO_LOG.d_stmt THEN --bug 12611018

3264: IS
3265: l_structure_ind NUMBER;
3266: l_structure EGO_USER_ATTR_ROW_OBJ;
3267: BEGIN
3268: IF PO_LOG.d_stmt THEN --bug 12611018
3269:
3270: IF p_structure_array IS NOT NULL THEN
3271: l_structure_ind := p_structure_array.FIRST;
3272: WHILE (l_structure_ind IS NOT NULL AND l_structure_ind <= p_structure_array.LAST)

Line 3309: IF PO_LOG.d_stmt THEN --bug 12611018

3305: IS
3306: l_structure_ind NUMBER;
3307: l_structure PO_UDA_USAGE_OBJECT;
3308: BEGIN
3309: IF PO_LOG.d_stmt THEN --bug 12611018
3310:
3311: IF p_structure_array IS NOT NULL THEN
3312: l_structure_ind := p_structure_array.FIRST;
3313: WHILE (l_structure_ind IS NOT NULL AND l_structure_ind <= p_structure_array.LAST)

Line 3346: IF PO_LOG.d_stmt then--bug 12611018

3342: IS
3343: l_structure_ind NUMBER;
3344: l_structure NUMBER;
3345: BEGIN
3346: IF PO_LOG.d_stmt then--bug 12611018
3347: IF p_structure_array IS NOT NULL THEN
3348: l_structure_ind := p_structure_array.FIRST;
3349: WHILE (l_structure_ind IS NOT NULL AND l_structure_ind <= p_structure_array.LAST)
3350: LOOP

Line 3374: IF PO_LOG.d_stmt THEN --bug 12611018

3370: IS
3371: l_structure_ind NUMBER;
3372: l_structure EGO_ATTR_GROUP_REQUEST_OBJ;
3373: BEGIN
3374: IF PO_LOG.d_stmt THEN --bug 12611018
3375:
3376: IF p_structure_array IS NOT NULL THEN
3377: l_structure_ind := p_structure_array.FIRST;
3378: WHILE (l_structure_ind IS NOT NULL AND l_structure_ind <= p_structure_array.LAST)

Line 3413: IF PO_LOG.d_stmt THEN

3409: ,p_progress IN NUMBER
3410: )
3411: IS
3412: BEGIN
3413: IF PO_LOG.d_stmt THEN
3414: PO_LOG.stmt('PO_UDA_DEFAULTING_PKG', p_progress, 'Message: ', p_msg);
3415: END IF;
3416: END DEBUG;
3417:

Line 3414: PO_LOG.stmt('PO_UDA_DEFAULTING_PKG', p_progress, 'Message: ', p_msg);

3410: )
3411: IS
3412: BEGIN
3413: IF PO_LOG.d_stmt THEN
3414: PO_LOG.stmt('PO_UDA_DEFAULTING_PKG', p_progress, 'Message: ', p_msg);
3415: END IF;
3416: END DEBUG;
3417:
3418: END PO_UDA_DEFAULTING_PKG;