DBA Data[Home] [Help]

APPS.CSD_RETURNS_UTIL dependencies on CSD_RO_BULLETINS_PVT

Line 1336: l_ro_sc_ids_tbl csd_ro_bulletins_pvt.csd_ro_sc_ids_tbl_type;

1332: l_repln_rec csd_repairs_pub.repln_rec_type;
1333: l_estimate_lines_rec csd_repair_estimate_pvt.repair_estimate_line_rec;
1334: l_estimate_rec csd_repair_estimate_pvt.repair_estimate_rec;
1335: l_estimate_id NUMBER;
1336: l_ro_sc_ids_tbl csd_ro_bulletins_pvt.csd_ro_sc_ids_tbl_type;
1337: l_ib_exists VARCHAR2(2) := 'N';
1338: l_contact_point_id NUMBER;
1339: l_create_contact BOOLEAN := FALSE;
1340: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;

Line 1931: CSD_RO_BULLETINS_PVT.LINK_BULLETINS_TO_RO

1927: x_msg_data => x_msg_data
1928: );
1929:
1930: -- link the service bulletins if any. We are specifically looking for the shipping instructions bulletin.
1931: CSD_RO_BULLETINS_PVT.LINK_BULLETINS_TO_RO
1932: (p_api_version_number => 1.0,
1933: p_init_msg_list => p_init_msg_list,
1934: p_commit => p_commit,
1935: p_validation_level => fnd_api.g_valid_level_full,