DBA Data[Home] [Help]

APPS.PO_TAX_INTERFACE_PVT dependencies on STANDARD

Line 110: -- Standard API specification parameter

106: --p_calling_program
107: -- Identifies the module that calls this procedure eg. 'PDOI'
108: --OUT:
109: --x_return_status
110: -- Standard API specification parameter
111: -- Can hold one of the following values:
112: -- FND_API.G_RET_STS_SUCCESS (='S')
113: -- FND_API.G_RET_STS_ERROR (='E')
114: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 994: -- Standard API specification parameter

990: --p_calling_program
991: -- Identifies the module that calls this procedure eg. 'PDOI'
992: --OUT:
993: --x_return_status
994: -- Standard API specification parameter
995: -- Can hold one of the following values:
996: -- FND_API.G_RET_STS_SUCCESS (='S')
997: -- FND_API.G_RET_STS_ERROR (='E')
998: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 1108: -- Standard API specification parameter

1104: --p_calling_program
1105: -- Identifies the module that calls this procedure eg. 'REQIMPORT'
1106: --OUT:
1107: --x_return_status
1108: -- Standard API specification parameter
1109: -- Can hold one of the following values:
1110: -- FND_API.G_RET_STS_SUCCESS (='S')
1111: -- FND_API.G_RET_STS_ERROR (='E')
1112: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 1675: -- Standard API specification parameter

1671: --p_po_header_id
1672: -- po_header_id for which tax is to be distributed
1673: --OUT:
1674: --x_return_status
1675: -- Standard API specification parameter
1676: -- Can hold one of the following values:
1677: -- FND_API.G_RET_STS_SUCCESS (='S')
1678: -- FND_API.G_RET_STS_ERROR (='E')
1679: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 1893: -- Standard API specification parameter

1889: --p_po_release_id
1890: -- po_release_id for which tax is to be distributed
1891: --OUT:
1892: --x_return_status
1893: -- Standard API specification parameter
1894: -- Can hold one of the following values:
1895: -- FND_API.G_RET_STS_SUCCESS (='S')
1896: -- FND_API.G_RET_STS_ERROR (='E')
1897: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 2114: -- Standard API specification parameter

2110: --p_requisition_header_id
2111: -- requisition_header_id for which tax is to be distributed
2112: --OUT:
2113: --x_return_status
2114: -- Standard API specification parameter
2115: -- Can hold one of the following values:
2116: -- FND_API.G_RET_STS_SUCCESS (='S')
2117: -- FND_API.G_RET_STS_ERROR (='E')
2118: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 2993: 'STANDARD', DECODE(pll.payment_type,

2989: 'ADVANCE', null,
2990: 'DELIVERY', null,
2991: pll.shipment_num)
2992: ,DECODE(pll.shipment_type, --trx_line_description
2993: 'STANDARD', DECODE(pll.payment_type,
2994: null, pl.item_description, --non complex work Standard PO
2995: pll.description --complex work Standard PO
2996: ),
2997: pl.item_description -- for shipment_type='PLANNED'

Line 2994: null, pl.item_description, --non complex work Standard PO

2990: 'DELIVERY', null,
2991: pll.shipment_num)
2992: ,DECODE(pll.shipment_type, --trx_line_description
2993: 'STANDARD', DECODE(pll.payment_type,
2994: null, pl.item_description, --non complex work Standard PO
2995: pll.description --complex work Standard PO
2996: ),
2997: pl.item_description -- for shipment_type='PLANNED'
2998: )

Line 2995: pll.description --complex work Standard PO

2991: pll.shipment_num)
2992: ,DECODE(pll.shipment_type, --trx_line_description
2993: 'STANDARD', DECODE(pll.payment_type,
2994: null, pl.item_description, --non complex work Standard PO
2995: pll.description --complex work Standard PO
2996: ),
2997: pl.item_description -- for shipment_type='PLANNED'
2998: )
2999: ,DECODE(pll.shipment_type, --product_description

Line 3000: 'STANDARD', DECODE(pll.payment_type,

2996: ),
2997: pl.item_description -- for shipment_type='PLANNED'
2998: )
2999: ,DECODE(pll.shipment_type, --product_description
3000: 'STANDARD', DECODE(pll.payment_type,
3001: null, pl.item_description, --non complex work Standard PO
3002: pll.description --complex work Standard PO
3003: ),
3004: pl.item_description -- for shipment_type='PLANNED'

Line 3001: null, pl.item_description, --non complex work Standard PO

2997: pl.item_description -- for shipment_type='PLANNED'
2998: )
2999: ,DECODE(pll.shipment_type, --product_description
3000: 'STANDARD', DECODE(pll.payment_type,
3001: null, pl.item_description, --non complex work Standard PO
3002: pll.description --complex work Standard PO
3003: ),
3004: pl.item_description -- for shipment_type='PLANNED'
3005: )

Line 3002: pll.description --complex work Standard PO

2998: )
2999: ,DECODE(pll.shipment_type, --product_description
3000: 'STANDARD', DECODE(pll.payment_type,
3001: null, pl.item_description, --non complex work Standard PO
3002: pll.description --complex work Standard PO
3003: ),
3004: pl.item_description -- for shipment_type='PLANNED'
3005: )
3006: ,DECODE(p_calling_program, --assessable_value

Line 3303: 'STANDARD', DECODE(pll.payment_type,

3299: 'ADVANCE', null,
3300: 'DELIVERY', null,
3301: pll.shipment_num)
3302: ,DECODE(pll.shipment_type, --trx_line_description
3303: 'STANDARD', DECODE(pll.payment_type,
3304: null, pl.item_description, --non complex work Standard PO
3305: pll.description --complex work Standard PO
3306: ),
3307: pl.item_description -- for shipment_type='PLANNED'

Line 3304: null, pl.item_description, --non complex work Standard PO

3300: 'DELIVERY', null,
3301: pll.shipment_num)
3302: ,DECODE(pll.shipment_type, --trx_line_description
3303: 'STANDARD', DECODE(pll.payment_type,
3304: null, pl.item_description, --non complex work Standard PO
3305: pll.description --complex work Standard PO
3306: ),
3307: pl.item_description -- for shipment_type='PLANNED'
3308: )

Line 3305: pll.description --complex work Standard PO

3301: pll.shipment_num)
3302: ,DECODE(pll.shipment_type, --trx_line_description
3303: 'STANDARD', DECODE(pll.payment_type,
3304: null, pl.item_description, --non complex work Standard PO
3305: pll.description --complex work Standard PO
3306: ),
3307: pl.item_description -- for shipment_type='PLANNED'
3308: )
3309: ,DECODE(pll.shipment_type, --product_description

Line 3310: 'STANDARD', DECODE(pll.payment_type,

3306: ),
3307: pl.item_description -- for shipment_type='PLANNED'
3308: )
3309: ,DECODE(pll.shipment_type, --product_description
3310: 'STANDARD', DECODE(pll.payment_type,
3311: null, pl.item_description, --non complex work Standard PO
3312: pll.description --complex work Standard PO
3313: ),
3314: pl.item_description -- for shipment_type='PLANNED'

Line 3311: null, pl.item_description, --non complex work Standard PO

3307: pl.item_description -- for shipment_type='PLANNED'
3308: )
3309: ,DECODE(pll.shipment_type, --product_description
3310: 'STANDARD', DECODE(pll.payment_type,
3311: null, pl.item_description, --non complex work Standard PO
3312: pll.description --complex work Standard PO
3313: ),
3314: pl.item_description -- for shipment_type='PLANNED'
3315: )

Line 3312: pll.description --complex work Standard PO

3308: )
3309: ,DECODE(pll.shipment_type, --product_description
3310: 'STANDARD', DECODE(pll.payment_type,
3311: null, pl.item_description, --non complex work Standard PO
3312: pll.description --complex work Standard PO
3313: ),
3314: pl.item_description -- for shipment_type='PLANNED'
3315: )
3316: ,zxldet.assessable_value --assessable_value

Line 5794: -- Standard API specification parameter

5790: -- Cancels tax lines after corresponding PO shipment has been cancelled
5791: --Parameters:
5792: --IN:
5793: --p_api_version
5794: -- Standard API specification parameter
5795: --p_init_msg_list
5796: -- Standard API specification parameter
5797: --p_commit
5798: -- Standard API specification parameter

Line 5796: -- Standard API specification parameter

5792: --IN:
5793: --p_api_version
5794: -- Standard API specification parameter
5795: --p_init_msg_list
5796: -- Standard API specification parameter
5797: --p_commit
5798: -- Standard API specification parameter
5799: --p_validation_level
5800: -- Standard API specification parameter

Line 5798: -- Standard API specification parameter

5794: -- Standard API specification parameter
5795: --p_init_msg_list
5796: -- Standard API specification parameter
5797: --p_commit
5798: -- Standard API specification parameter
5799: --p_validation_level
5800: -- Standard API specification parameter
5801: --OUT:
5802: --x_return_status

Line 5800: -- Standard API specification parameter

5796: -- Standard API specification parameter
5797: --p_commit
5798: -- Standard API specification parameter
5799: --p_validation_level
5800: -- Standard API specification parameter
5801: --OUT:
5802: --x_return_status
5803: -- Standard API specification parameter
5804: --x_msg_count

Line 5803: -- Standard API specification parameter

5799: --p_validation_level
5800: -- Standard API specification parameter
5801: --OUT:
5802: --x_return_status
5803: -- Standard API specification parameter
5804: --x_msg_count
5805: -- Standard API specification parameter
5806: --x_msg_data
5807: -- Standard API specification parameter

Line 5805: -- Standard API specification parameter

5801: --OUT:
5802: --x_return_status
5803: -- Standard API specification parameter
5804: --x_msg_count
5805: -- Standard API specification parameter
5806: --x_msg_data
5807: -- Standard API specification parameter
5808: --Notes:
5809: -- Wrapper over ZX_API_PUB.calculate_tax for cancel. Called from pocca.lpc.

Line 5807: -- Standard API specification parameter

5803: -- Standard API specification parameter
5804: --x_msg_count
5805: -- Standard API specification parameter
5806: --x_msg_data
5807: -- Standard API specification parameter
5808: --Notes:
5809: -- Wrapper over ZX_API_PUB.calculate_tax for cancel. Called from pocca.lpc.
5810: -- Introduced with Bug 4695557.
5811: --End of Comments

Line 6192: -- Standard API specification parameter

6188: -- Wrapper over Etax API ZX_API_PUB.global_document_update
6189: --Parameters:
6190: --IN:
6191: --p_api_version
6192: -- Standard API specification parameter
6193: --p_init_msg_list
6194: -- Standard API specification parameter
6195: --p_commit
6196: -- Standard API specification parameter

Line 6194: -- Standard API specification parameter

6190: --IN:
6191: --p_api_version
6192: -- Standard API specification parameter
6193: --p_init_msg_list
6194: -- Standard API specification parameter
6195: --p_commit
6196: -- Standard API specification parameter
6197: --p_validation_level
6198: -- Standard API specification parameter

Line 6196: -- Standard API specification parameter

6192: -- Standard API specification parameter
6193: --p_init_msg_list
6194: -- Standard API specification parameter
6195: --p_commit
6196: -- Standard API specification parameter
6197: --p_validation_level
6198: -- Standard API specification parameter
6199: --p_org_id
6200: -- organization id on the document

Line 6198: -- Standard API specification parameter

6194: -- Standard API specification parameter
6195: --p_commit
6196: -- Standard API specification parameter
6197: --p_validation_level
6198: -- Standard API specification parameter
6199: --p_org_id
6200: -- organization id on the document
6201: --p_document_type
6202: -- 'PO' or 'RELEASE'

Line 6209: -- Standard API specification parameter

6205: --p_event_type_code
6206: -- document level action code taken from PO_CONSTANTS_SV
6207: --OUT:
6208: --x_return_status
6209: -- Standard API specification parameter
6210: --x_msg_count
6211: -- Standard API specification parameter
6212: --x_msg_data
6213: -- Standard API specification parameter

Line 6211: -- Standard API specification parameter

6207: --OUT:
6208: --x_return_status
6209: -- Standard API specification parameter
6210: --x_msg_count
6211: -- Standard API specification parameter
6212: --x_msg_data
6213: -- Standard API specification parameter
6214: --End of Comments
6215: -----------------------------------------------------------------------------

Line 6213: -- Standard API specification parameter

6209: -- Standard API specification parameter
6210: --x_msg_count
6211: -- Standard API specification parameter
6212: --x_msg_data
6213: -- Standard API specification parameter
6214: --End of Comments
6215: -----------------------------------------------------------------------------
6216: PROCEDURE global_document_update(p_api_version IN NUMBER,
6217: p_init_msg_list IN VARCHAR2,

Line 6329: -- Standard API specification parameter

6325: --p_document_type
6326: -- Document Type (PO or RELEASE) for the document that is to be unapproved
6327: --OUT:
6328: --x_return_status
6329: -- Standard API specification parameter
6330: -- Can hold one of the following values:
6331: -- FND_API.G_RET_STS_SUCCESS (='S')
6332: -- FND_API.G_RET_STS_ERROR (='E')
6333: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 6444: -- Standard API specification parameter

6440: -- List of schedule ids that were modified in the Additional Tax Information
6441: -- page
6442: --OUT:
6443: --x_return_status
6444: -- Standard API specification parameter
6445: -- Can hold one of the following values:
6446: -- FND_API.G_RET_STS_SUCCESS (='S')
6447: -- FND_API.G_RET_STS_ERROR (='E')
6448: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')