APPS.PSB_POSITION_PAY_DISTR_PVT dependencies on PSB_DATA_EXTRACTS
Line 1077: FROM psb_data_extracts
1073:
1074: CURSOR c_data_extract is
1075: SELECT set_of_books_id ,
1076: position_id_flex_num 1077: FROM psb_data_extracts 1078: WHERE data_extract_id = l_data_extract_id ;
1079: BEGIN
1080:
1081: -- Standard Start of API savepoint