DBA Data[Home] [Help]

APPS.PV_ORDER_MGMT_PVT dependencies on FND_GLOBAL

Line 318: IF FND_GLOBAL.User_Id IS NULL THEN

314: -------------End Of Initialize -------------------------------
315:
316: -------------Validate IN Parameters -----------------------------
317:
318: IF FND_GLOBAL.User_Id IS NULL THEN
319: FND_MESSAGE.set_name('PV', 'PV_API_USER_PROFILE_MISSING');
320: FND_MSG_PUB.add;
321: RAISE FND_API.G_EXC_ERROR;
322: END IF;

Line 831: IF FND_GLOBAL.User_Id IS NULL THEN

827: x_return_status := FND_API.G_RET_STS_SUCCESS;
828: -------------End Of Initialize -------------------------------
829:
830:
831: IF FND_GLOBAL.User_Id IS NULL THEN
832: FND_MESSAGE.set_name('PV', 'PV_API_USER_PROFILE_MISSING');
833: FND_MSG_PUB.add;
834: RAISE FND_API.G_EXC_ERROR;
835: END IF;

Line 1035: IF FND_GLOBAL.User_Id IS NULL THEN

1031: x_return_status := FND_API.G_RET_STS_SUCCESS;
1032: -------------End Of Initialize -------------------------------
1033:
1034:
1035: IF FND_GLOBAL.User_Id IS NULL THEN
1036: FND_MESSAGE.set_name('PV', 'PV_API_USER_PROFILE_MISSING');
1037: FND_MSG_PUB.add;
1038: RAISE FND_API.G_EXC_ERROR;
1039: END IF;

Line 1233: IF FND_GLOBAL.User_Id IS NULL THEN

1229: -- Initialize API return status to SUCCESS
1230: x_return_status := FND_API.G_RET_STS_SUCCESS;
1231: -------------End Of Initialize -------------------------------
1232:
1233: IF FND_GLOBAL.User_Id IS NULL THEN
1234: FND_MESSAGE.set_name('PV', 'PV_API_USER_PROFILE_MISSING');
1235: FND_MSG_PUB.add;
1236: RAISE FND_API.G_EXC_ERROR;
1237: END IF;

Line 1436: IF FND_GLOBAL.User_Id IS NULL THEN

1432: -- Initialize API return status to SUCCESS
1433: x_return_status := FND_API.G_RET_STS_SUCCESS;
1434: -------------End Of Initialize -------------------------------
1435:
1436: IF FND_GLOBAL.User_Id IS NULL THEN
1437: FND_MESSAGE.set_name('PV', 'PV_API_USER_PROFILE_MISSING');
1438: FND_MSG_PUB.add;
1439: RAISE FND_API.G_EXC_ERROR;
1440: END IF;

Line 1865: IF FND_GLOBAL.User_Id IS NULL THEN

1861: -------------End Of Initialize -------------------------------
1862:
1863:
1864:
1865: IF FND_GLOBAL.User_Id IS NULL THEN
1866: FND_MESSAGE.set_name('PV', 'PV_API_USER_PROFILE_MISSING');
1867: FND_MSG_PUB.add;
1868: RAISE FND_API.G_EXC_ERROR;
1869: END IF;

Line 2643: IF FND_GLOBAL.User_Id IS NULL THEN

2639: x_return_status := FND_API.G_RET_STS_SUCCESS;
2640: -------------End Of Initialize -------------------------------
2641:
2642:
2643: IF FND_GLOBAL.User_Id IS NULL THEN
2644: FND_MESSAGE.set_name('PV', 'PV_API_USER_PROFILE_MISSING');
2645: FND_MSG_PUB.add;
2646: RAISE FND_API.G_EXC_ERROR;
2647: END IF;

Line 2777: l_header_rec.created_by := FND_GLOBAL.USER_ID;

2773: l_header_rec.change_reason := 'SYSTEM';
2774: l_header_rec.payment_amount := lx_enrl_info(i).payment_amount;
2775: l_header_rec.cust_po_number := p_payment_method_rec.cust_po_number;
2776: l_header_rec.creation_date := SYSDATE;
2777: l_header_rec.created_by := FND_GLOBAL.USER_ID;
2778: l_header_rec.last_update_date := SYSDATE;
2779: l_header_rec.last_updated_by := FND_GLOBAL.USER_ID;
2780:
2781: IF (p_payment_method_rec.payment_type_code <> 'CREDIT_CARD') THEN

Line 2779: l_header_rec.last_updated_by := FND_GLOBAL.USER_ID;

2775: l_header_rec.cust_po_number := p_payment_method_rec.cust_po_number;
2776: l_header_rec.creation_date := SYSDATE;
2777: l_header_rec.created_by := FND_GLOBAL.USER_ID;
2778: l_header_rec.last_update_date := SYSDATE;
2779: l_header_rec.last_updated_by := FND_GLOBAL.USER_ID;
2780:
2781: IF (p_payment_method_rec.payment_type_code <> 'CREDIT_CARD') THEN
2782: l_header_rec.payment_type_code := p_payment_method_rec.payment_type_code;
2783: END IF;

Line 3128: IF FND_GLOBAL.User_Id IS NULL THEN

3124: x_return_status := FND_API.G_RET_STS_SUCCESS;
3125: -------------End Of Initialize -------------------------------
3126:
3127:
3128: IF FND_GLOBAL.User_Id IS NULL THEN
3129: FND_MESSAGE.set_name('PV', 'PV_API_USER_PROFILE_MISSING');
3130: FND_MSG_PUB.add;
3131: RAISE FND_API.G_EXC_ERROR;
3132: END IF;

Line 3218: l_header_rec.created_by := FND_GLOBAL.USER_ID;

3214: l_header_rec.change_reason := 'SYSTEM';
3215: l_header_rec.payment_amount := lx_enrl_info(i).payment_amount;
3216: l_header_rec.cust_po_number := p_payment_method_rec.cust_po_number;
3217: l_header_rec.creation_date := SYSDATE;
3218: l_header_rec.created_by := FND_GLOBAL.USER_ID;
3219: l_header_rec.last_update_date := SYSDATE;
3220: l_header_rec.last_updated_by := FND_GLOBAL.USER_ID;
3221:
3222: IF (p_payment_method_rec.payment_type_code <> 'CREDIT_CARD') THEN

Line 3220: l_header_rec.last_updated_by := FND_GLOBAL.USER_ID;

3216: l_header_rec.cust_po_number := p_payment_method_rec.cust_po_number;
3217: l_header_rec.creation_date := SYSDATE;
3218: l_header_rec.created_by := FND_GLOBAL.USER_ID;
3219: l_header_rec.last_update_date := SYSDATE;
3220: l_header_rec.last_updated_by := FND_GLOBAL.USER_ID;
3221:
3222: IF (p_payment_method_rec.payment_type_code <> 'CREDIT_CARD') THEN
3223: l_header_rec.payment_type_code := p_payment_method_rec.payment_type_code;
3224: END IF;