DBA Data[Home] [Help]

APPS.CSP_PARTS_REQUIREMENT dependencies on CSP_SHIP_TO_ADDRESS_PVT

Line 1242: csp_ship_to_address_pvt.cust_inv_loc_link

1238: || ', l_cust_account_id = ' || l_cust_account_id
1239: || ', l_org_id = ' || l_org_id);
1240: end if;
1241:
1242: csp_ship_to_address_pvt.cust_inv_loc_link
1243: ( p_api_version => 1.0
1244: ,p_Init_Msg_List => FND_API.G_FALSE
1245: ,p_commit => FND_API.G_FALSE
1246: ,px_location_id => l_header_Rec.ship_to_location_id

Line 1709: csp_ship_to_address_pvt.cust_inv_loc_link

1705: open get_party_details(l_header_Rec.incident_id,l_header_Rec.ship_to_location_id) ;
1706: FETCH get_party_details INTO l_party_site_id,l_customer_id,l_cust_account_id, l_org_id;
1707: CLOSE get_party_details;
1708:
1709: csp_ship_to_address_pvt.cust_inv_loc_link
1710: ( p_api_version => 1.0
1711: ,p_Init_Msg_List => FND_API.G_FALSE
1712: ,p_commit => FND_API.G_FALSE
1713: ,px_location_id => l_header_Rec.ship_to_location_id

Line 4406: 'Before calling csp_ship_to_address_pvt.cust_inv_loc_link...');

4402:
4403: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
4404: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
4405: 'csp.plsql.CSP_PARTS_REQUIREMENT.TASK_ASSIGNMENT_POST_INSERT',
4406: 'Before calling csp_ship_to_address_pvt.cust_inv_loc_link...');
4407: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
4408: 'csp.plsql.CSP_PARTS_REQUIREMENT.TASK_ASSIGNMENT_POST_INSERT',
4409: 'l_party_site_id = ' || l_party_site_id
4410: || ', l_cust_act_id = ' || l_cust_act_id

Line 4415: csp_ship_to_address_pvt.cust_inv_loc_link

4411: || ', l_cust_id = ' || l_cust_id
4412: || ', l_org_id = ' || l_org_id);
4413: end if;
4414:
4415: csp_ship_to_address_pvt.cust_inv_loc_link
4416: (p_api_version => 1.0
4417: ,p_Init_Msg_List => FND_API.G_FALSE
4418: ,p_commit => FND_API.G_FALSE
4419: ,px_location_id => l_ship_hz_loc_id

Line 4453: 'After calling csp_ship_to_address_pvt.cust_inv_loc_link...');

4449:
4450: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
4451: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
4452: 'csp.plsql.CSP_PARTS_REQUIREMENT.TASK_ASSIGNMENT_POST_INSERT',
4453: 'After calling csp_ship_to_address_pvt.cust_inv_loc_link...');
4454: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
4455: 'csp.plsql.CSP_PARTS_REQUIREMENT.TASK_ASSIGNMENT_POST_INSERT',
4456: 'x_return_status = ' || x_return_status
4457: || ', x_msg_count = ' || x_msg_count