DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_NOTIF_CTRL_P_LOCK_ATTRS

Line 4433: po_notif_ctrl_p_lock_attrs(

4429: ELSE NULL
4430: END lock_type
4431: FROM (SELECT pnc.po_header_id,
4432: G_DRAFT_ID_MINUS_1 draft_id,
4433: po_notif_ctrl_p_lock_attrs(
4434: NVL(pnc.notification_condition_code ,G_NULL_CHAR),
4435: NVL(pnc.notification_qty_percentage ,G_NULL_NUM),
4436: NVL(pnc.notification_amount ,G_NULL_NUM),
4437: NVL(pnc.start_date_active ,G_NULL_DATE),

Line 4449: po_notif_ctrl_p_lock_attrs(

4445: AND pogt.index_char2 = G_LOCK_HEADER_ENTITY
4446: ) base,
4447: (SELECT pncd.po_header_id,
4448: pncd.draft_id,
4449: po_notif_ctrl_p_lock_attrs(
4450: NVL(pncd.notification_condition_code ,G_NULL_CHAR),
4451: NVL(pncd.notification_qty_percentage ,G_NULL_NUM),
4452: NVL(pncd.notification_amount ,G_NULL_NUM),
4453: NVL(pncd.start_date_active ,G_NULL_DATE),