DBA Data[Home] [Help]

APPS.FPA_PLANNINGCYCLE_PVT dependencies on PA_DIST_LIST_ITEMS_PKG

Line 1414: PA_DIST_LIST_ITEMS_PKG.Update_Row

1410:
1411: -- call update
1412: --DBMS_OUTPUT.put_line('... before update in Pa_Dist_List_Items_Update_Row...update row..');
1413:
1414: PA_DIST_LIST_ITEMS_PKG.Update_Row
1415: (
1416: P_LIST_ITEM_ID => p_distr_list_items_tbl(i).list_item_id,
1417: P_LIST_ID => l_list_id,
1418: P_RECIPIENT_TYPE => p_distr_list_items_tbl(i).recipient_type,

Line 1434: PA_DIST_LIST_ITEMS_PKG.INSERT_ROW

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