DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_NOTIFICATION_CTRL_DRAFT_PVT

Line 533: PO_NOTIFICATION_CTRL_DRAFT_PVT.draft_changes_exist

529:
530: d_position := 100;
531: -- check if any notification control gets changed
532: x_draft_info.notification_ctrl_changed :=
533: PO_NOTIFICATION_CTRL_DRAFT_PVT.draft_changes_exist
534: ( p_draft_id => p_draft_id,
535: p_notification_id => NULL
536: );
537:

Line 1962: PO_NOTIFICATION_CTRL_DRAFT_PVT.draft_changes_exist

1958:
1959: d_position := 70;
1960: -- check if any notification control gets changed
1961: l_chg_exist_tbl :=
1962: PO_NOTIFICATION_CTRL_DRAFT_PVT.draft_changes_exist
1963: ( p_draft_id_tbl => p_draft_id_tbl,
1964: p_notification_id_tbl => l_null_id_tbl
1965: );
1966:

Line 2913: PO_NOTIFICATION_CTRL_DRAFT_PVT.apply_changes

2909: (p_draft_info => p_draft_info
2910: );
2911:
2912: d_position := 60;
2913: PO_NOTIFICATION_CTRL_DRAFT_PVT.apply_changes
2914: (p_draft_info => p_draft_info
2915: );
2916:
2917: d_position := 70;