DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on PO_GA_ORG_ASSIGN_PVT

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

1058: g_progress := '402';
1059: IF g_debug_stmt THEN
1060: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1061: p_token => g_progress,
1062: p_message => 'Before calling PO_GA_ORG_ASSIGN_PVT.Insert_Row');
1063: END IF;
1064:
1065: PO_GA_ORG_ASSIGN_PVT.insert_row(
1066: p_init_msg_list => FND_API.g_true,

Line 1065: PO_GA_ORG_ASSIGN_PVT.insert_row(

1061: p_token => g_progress,
1062: p_message => 'Before calling PO_GA_ORG_ASSIGN_PVT.Insert_Row');
1063: END IF;
1064:
1065: PO_GA_ORG_ASSIGN_PVT.insert_row(
1066: p_init_msg_list => FND_API.g_true,
1067: x_return_status => l_return_status,
1068: p_org_assign_rec => l_org_assign_rec,
1069: x_row_id => l_org_row_id);

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

1070: g_progress := '403';
1071: IF g_debug_stmt THEN
1072: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1073: p_token => g_progress,
1074: p_message => 'After calling PO_GA_ORG_ASSIGN_PVT.Insert_Row');
1075: END IF;
1076:
1077: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1078: IF l_return_status = FND_API.G_RET_STS_ERROR THEN