DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_NOTIFICATION_CTRL_DRAFT_PVT

Line 868: PO_NOTIFICATION_CTRL_DRAFT_PVT.draft_changes_exist

864:
865: d_position := 100;
866: -- check if any notification control gets changed
867: x_draft_info.notification_ctrl_changed :=
868: PO_NOTIFICATION_CTRL_DRAFT_PVT.draft_changes_exist
869: ( p_draft_id => p_draft_id,
870: p_notification_id => NULL
871: );
872:

Line 2385: PO_NOTIFICATION_CTRL_DRAFT_PVT.draft_changes_exist

2381:
2382: d_position := 70;
2383: -- check if any notification control gets changed
2384: l_chg_exist_tbl :=
2385: PO_NOTIFICATION_CTRL_DRAFT_PVT.draft_changes_exist
2386: ( p_draft_id_tbl => p_draft_id_tbl,
2387: p_notification_id_tbl => l_null_id_tbl
2388: );
2389:

Line 3409: PO_NOTIFICATION_CTRL_DRAFT_PVT.apply_changes

3405: (p_draft_info => p_draft_info
3406: );
3407:
3408: d_position := 60;
3409: PO_NOTIFICATION_CTRL_DRAFT_PVT.apply_changes
3410: (p_draft_info => p_draft_info
3411: );
3412:
3413: d_position := 70;