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 5454: ** a utility procedure in WSMPUTIL.write_to_wie to do this

5450:
5451: l_stmt_num := 20;
5452: /*
5453: ** Commented out by Bala Balakumar. We will use
5454: ** a utility procedure in WSMPUTIL.write_to_wie to do this
5455: ** job to be consistent across all OSFM Interfaces.
5456: **
5457: ** Bala Balakumar.
5458: **

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

5467: and transaction_id=p_header_id;
5468:
5469: */
5470:
5471: -- Call to WSMPUTIL to write to WSM_INTERFACE_ERRORS table.
5472: -- added by Bala Balakumar.
5473: /*BA#IIIP*/
5474:
5475: x_err_msg := (

Line 5492: WSMPUTIL.write_to_wie(

5488: , showMessage => x_err_msg);
5489: /*EA#IIIP*/
5490:
5491: l_stmt_num := 30;
5492: WSMPUTIL.write_to_wie(
5493: p_header_id => p_header_id
5494: , p_message_type => Message_Type_Error
5495: , p_message => p_message
5496: , p_request_id => REQUEST