DBA Data[Home] [Help]

APPS.FPA_PLANNINGCYCLE_PVT dependencies on PA_DIST_LIST_ITEMS_PKG

Line 1434: PA_DIST_LIST_ITEMS_PKG.Update_Row

1430:
1431: -- call update
1432: --DBMS_OUTPUT.put_line('... before update in Pa_Dist_List_Items_Update_Row...update row..');
1433:
1434: PA_DIST_LIST_ITEMS_PKG.Update_Row
1435: (
1436: P_LIST_ITEM_ID => p_distr_list_items_tbl(i).list_item_id,
1437: P_LIST_ID => l_list_id,
1438: P_RECIPIENT_TYPE => p_distr_list_items_tbl(i).recipient_type,

Line 1454: PA_DIST_LIST_ITEMS_PKG.INSERT_ROW

1450:
1451: -- call insert , set listItemId
1452: --DBMS_OUTPUT.put_line('... before insert in Pa_Dist_List_Items_Update_Row...insert row..');
1453:
1454: PA_DIST_LIST_ITEMS_PKG.INSERT_ROW
1455: (
1456: P_LIST_ITEM_ID => l_list_item_id,
1457: P_LIST_ID => l_list_id,
1458: P_RECIPIENT_TYPE => p_distr_list_items_tbl(i).recipient_type,