DBA Data[Home] [Help]

APPS.IGF_AW_GEN_004 dependencies on IGF_AP_TD_ITEM_INST_PKG

Line 1969: -- in the table handler calls for igf_ap_td_item_inst_pkg.update_row

1965: Change History
1966: Who When What
1967: --bkkumar 04-jun-2003 Bug #2858504
1968: -- Added legacy_record_flag
1969: -- in the table handler calls for igf_ap_td_item_inst_pkg.update_row
1970: (reverse chronological order - newest change first)
1971: ***************************************************************/
1972:
1973: /*Cursor to get the incomplete to items for the person in an award year*/

Line 2035: igf_ap_td_item_inst_pkg.update_row (

2031: LOOP
2032: FETCH cur_incomp_items INTO l_cur_incomp_items;
2033: EXIT WHEN cur_incomp_items%NOTFOUND;
2034:
2035: igf_ap_td_item_inst_pkg.update_row (
2036: x_rowid => l_cur_incomp_items.row_id,
2037: x_base_id => l_cur_incomp_items.base_id,
2038: x_item_sequence_number => l_cur_incomp_items.item_sequence_number,
2039: x_status => l_cur_incomp_items.status,