DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on PO_GA_ORG_ASSIGN_PVT

Line 1022: p_message => 'Before calling PO_GA_ORG_ASSIGN_PVT.Insert_Row');

1018: g_progress := '402';
1019: IF g_debug_stmt THEN
1020: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1021: p_token => g_progress,
1022: p_message => 'Before calling PO_GA_ORG_ASSIGN_PVT.Insert_Row');
1023: END IF;
1024:
1025: PO_GA_ORG_ASSIGN_PVT.insert_row(
1026: p_init_msg_list => FND_API.g_true,

Line 1025: PO_GA_ORG_ASSIGN_PVT.insert_row(

1021: p_token => g_progress,
1022: p_message => 'Before calling PO_GA_ORG_ASSIGN_PVT.Insert_Row');
1023: END IF;
1024:
1025: PO_GA_ORG_ASSIGN_PVT.insert_row(
1026: p_init_msg_list => FND_API.g_true,
1027: x_return_status => l_return_status,
1028: p_org_assign_rec => l_org_assign_rec,
1029: x_row_id => l_org_row_id);

Line 1034: p_message => 'After calling PO_GA_ORG_ASSIGN_PVT.Insert_Row');

1030: g_progress := '403';
1031: IF g_debug_stmt THEN
1032: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1033: p_token => g_progress,
1034: p_message => 'After calling PO_GA_ORG_ASSIGN_PVT.Insert_Row');
1035: END IF;
1036:
1037: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1038: IF l_return_status = FND_API.G_RET_STS_ERROR THEN