DBA Data[Home] [Help]

APPS.WSMPINVL dependencies on WSMPUTIL

Line 1157: x_return_code:= WSMPUTIL.CHECK_WSM_ORG(

1153: /*
1154: BEGIN
1155: x_org_id:=crec.organization_id;
1156:
1157: x_return_code:= WSMPUTIL.CHECK_WSM_ORG(
1158: x_org_id
1159: ,x_err_code
1160: ,x_err_msg );
1161:

Line 1626: x_return_code:= WSMPUTIL.CHECK_WSM_ORG(

1622:
1623: BEGIN
1624: x_org_id:=crec.organization_id;
1625:
1626: x_return_code:= WSMPUTIL.CHECK_WSM_ORG(
1627: x_org_id
1628: ,x_err_code
1629: ,x_err_msg );
1630:

Line 2721: x_return_code:= WSMPUTIL.CHECK_WSM_ORG(

2717: BEGIN
2718:
2719: x_org_id:=x_organization_id;
2720:
2721: x_return_code:= WSMPUTIL.CHECK_WSM_ORG(
2722: x_org_id
2723: ,x_err_code
2724: ,x_err_msg );
2725: IF (x_return_code=0) then

Line 2945: x_dummy:=WSMPUTIL.GET_INV_ACCT_PERIOD(

2941: and period_start_date <= x_transaction_date
2942: and open_flag = 'Y';
2943: */
2944:
2945: x_dummy:=WSMPUTIL.GET_INV_ACCT_PERIOD(
2946: x_err_code => x_err_code,
2947: x_err_msg => x_err_msg,
2948: p_organization_id => x_organization_id,
2949: p_date => x_transaction_date);

Line 3457: x_acct_period_id:=WSMPUTIL.GET_INV_ACCT_PERIOD(x_err_code => l_err_code,

3453: WHERE organization_id = x_org_id
3454: AND period_start_date <= trunc(x_date)
3455: AND open_flag = 'Y'; */
3456:
3457: x_acct_period_id:=WSMPUTIL.GET_INV_ACCT_PERIOD(x_err_code => l_err_code,
3458: x_err_msg => l_err_msg,
3459: p_organization_id => x_org_id,
3460: p_date => x_date);
3461: IF (l_err_code <> 0) THEN

Line 3479: wsmputil.return_att_quantity(

3475:
3476: -- fix for bug 4400703.
3477: -- Validation on starting lot quantity for reservations present and on on-hand quantity.
3478:
3479: wsmputil.return_att_quantity(
3480: p_org_id => x_org_id,
3481: p_item_id => slot.inventory_item_id,
3482: p_rev => slot.revision,
3483: p_lot_no => slot.lot_number,

Line 5286: ** a utility procedure in WSMPUTIL.write_to_wie to do this

5282:
5283: l_stmt_num := 20;
5284: /*
5285: ** Commented out by Bala Balakumar. We will use
5286: ** a utility procedure in WSMPUTIL.write_to_wie to do this
5287: ** job to be consistent across all OSFM Interfaces.
5288: **
5289: ** Bala Balakumar.
5290: **

Line 5303: -- Call to WSMPUTIL to write to WSM_INTERFACE_ERRORS table.

5299: and transaction_id=p_header_id;
5300:
5301: */
5302:
5303: -- Call to WSMPUTIL to write to WSM_INTERFACE_ERRORS table.
5304: -- added by Bala Balakumar.
5305: /*BA#IIIP*/
5306:
5307: x_err_msg := (

Line 5324: WSMPUTIL.write_to_wie(

5320: , showMessage => x_err_msg);
5321: /*EA#IIIP*/
5322:
5323: l_stmt_num := 30;
5324: WSMPUTIL.write_to_wie(
5325: p_header_id => p_header_id
5326: , p_message_type => Message_Type_Error
5327: , p_message => p_message
5328: , p_request_id => REQUEST