DBA Data[Home] [Help]

APPS.PO_TAX_INTERFACE_PVT dependencies on STANDARD

Line 118: -- Standard API specification parameter

114: --p_calling_program
115: -- Identifies the module that calls this procedure eg. 'PDOI'
116: --OUT:
117: --x_return_status
118: -- Standard API specification parameter
119: -- Can hold one of the following values:
120: -- FND_API.G_RET_STS_SUCCESS (='S')
121: -- FND_API.G_RET_STS_ERROR (='E')
122: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 1105: -- Standard API specification parameter

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

Line 1262: -- Standard API specification parameter

1258: --p_calling_program
1259: -- Identifies the module that calls this procedure eg. 'REQIMPORT'
1260: --OUT:
1261: --x_return_status
1262: -- Standard API specification parameter
1263: -- Can hold one of the following values:
1264: -- FND_API.G_RET_STS_SUCCESS (='S')
1265: -- FND_API.G_RET_STS_ERROR (='E')
1266: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 1844: -- Standard API specification parameter

1840: --p_po_header_id
1841: -- po_header_id for which tax is to be distributed
1842: --OUT:
1843: --x_return_status
1844: -- Standard API specification parameter
1845: -- Can hold one of the following values:
1846: -- FND_API.G_RET_STS_SUCCESS (='S')
1847: -- FND_API.G_RET_STS_ERROR (='E')
1848: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 2078: -- Standard API specification parameter

2074: --p_po_release_id
2075: -- po_release_id for which tax is to be distributed
2076: --OUT:
2077: --x_return_status
2078: -- Standard API specification parameter
2079: -- Can hold one of the following values:
2080: -- FND_API.G_RET_STS_SUCCESS (='S')
2081: -- FND_API.G_RET_STS_ERROR (='E')
2082: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 2299: -- Standard API specification parameter

2295: --p_requisition_header_id
2296: -- requisition_header_id for which tax is to be distributed
2297: --OUT:
2298: --x_return_status
2299: -- Standard API specification parameter
2300: -- Can hold one of the following values:
2301: -- FND_API.G_RET_STS_SUCCESS (='S')
2302: -- FND_API.G_RET_STS_ERROR (='E')
2303: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

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

3180: 'ADVANCE', null,
3181: 'DELIVERY', null,
3182: pll.shipment_num)
3183: ,DECODE(pll.shipment_type, --trx_line_description
3184: 'STANDARD', DECODE(pll.payment_type,
3185: null, pl.item_description, --non complex work Standard PO
3186: pll.description --complex work Standard PO
3187: ),
3188: pl.item_description -- for shipment_type='PLANNED'

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

3181: 'DELIVERY', null,
3182: pll.shipment_num)
3183: ,DECODE(pll.shipment_type, --trx_line_description
3184: 'STANDARD', DECODE(pll.payment_type,
3185: null, pl.item_description, --non complex work Standard PO
3186: pll.description --complex work Standard PO
3187: ),
3188: pl.item_description -- for shipment_type='PLANNED'
3189: )

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

3182: pll.shipment_num)
3183: ,DECODE(pll.shipment_type, --trx_line_description
3184: 'STANDARD', DECODE(pll.payment_type,
3185: null, pl.item_description, --non complex work Standard PO
3186: pll.description --complex work Standard PO
3187: ),
3188: pl.item_description -- for shipment_type='PLANNED'
3189: )
3190: ,DECODE(pll.shipment_type, --product_description

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

3187: ),
3188: pl.item_description -- for shipment_type='PLANNED'
3189: )
3190: ,DECODE(pll.shipment_type, --product_description
3191: 'STANDARD', DECODE(pll.payment_type,
3192: null, pl.item_description, --non complex work Standard PO
3193: pll.description --complex work Standard PO
3194: ),
3195: pl.item_description -- for shipment_type='PLANNED'

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

3188: pl.item_description -- for shipment_type='PLANNED'
3189: )
3190: ,DECODE(pll.shipment_type, --product_description
3191: 'STANDARD', DECODE(pll.payment_type,
3192: null, pl.item_description, --non complex work Standard PO
3193: pll.description --complex work Standard PO
3194: ),
3195: pl.item_description -- for shipment_type='PLANNED'
3196: )

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

3189: )
3190: ,DECODE(pll.shipment_type, --product_description
3191: 'STANDARD', DECODE(pll.payment_type,
3192: null, pl.item_description, --non complex work Standard PO
3193: pll.description --complex work Standard PO
3194: ),
3195: pl.item_description -- for shipment_type='PLANNED'
3196: )
3197: ,DECODE(p_calling_program, --assessable_value

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

3503: 'ADVANCE', null,
3504: 'DELIVERY', null,
3505: pll.shipment_num)
3506: ,DECODE(pll.shipment_type, --trx_line_description
3507: 'STANDARD', DECODE(pll.payment_type,
3508: null, pl.item_description, --non complex work Standard PO
3509: pll.description --complex work Standard PO
3510: ),
3511: pl.item_description -- for shipment_type='PLANNED'

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

3504: 'DELIVERY', null,
3505: pll.shipment_num)
3506: ,DECODE(pll.shipment_type, --trx_line_description
3507: 'STANDARD', DECODE(pll.payment_type,
3508: null, pl.item_description, --non complex work Standard PO
3509: pll.description --complex work Standard PO
3510: ),
3511: pl.item_description -- for shipment_type='PLANNED'
3512: )

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

3505: pll.shipment_num)
3506: ,DECODE(pll.shipment_type, --trx_line_description
3507: 'STANDARD', DECODE(pll.payment_type,
3508: null, pl.item_description, --non complex work Standard PO
3509: pll.description --complex work Standard PO
3510: ),
3511: pl.item_description -- for shipment_type='PLANNED'
3512: )
3513: ,DECODE(pll.shipment_type, --product_description

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

3510: ),
3511: pl.item_description -- for shipment_type='PLANNED'
3512: )
3513: ,DECODE(pll.shipment_type, --product_description
3514: 'STANDARD', DECODE(pll.payment_type,
3515: null, pl.item_description, --non complex work Standard PO
3516: pll.description --complex work Standard PO
3517: ),
3518: pl.item_description -- for shipment_type='PLANNED'

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

3511: pl.item_description -- for shipment_type='PLANNED'
3512: )
3513: ,DECODE(pll.shipment_type, --product_description
3514: 'STANDARD', DECODE(pll.payment_type,
3515: null, pl.item_description, --non complex work Standard PO
3516: pll.description --complex work Standard PO
3517: ),
3518: pl.item_description -- for shipment_type='PLANNED'
3519: )

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

3512: )
3513: ,DECODE(pll.shipment_type, --product_description
3514: 'STANDARD', DECODE(pll.payment_type,
3515: null, pl.item_description, --non complex work Standard PO
3516: pll.description --complex work Standard PO
3517: ),
3518: pl.item_description -- for shipment_type='PLANNED'
3519: )
3520: ,zxldet.assessable_value --assessable_value

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

3840: 'ADVANCE', null,
3841: 'DELIVERY', null,
3842: pll.shipment_num)
3843: ,DECODE(pll.shipment_type, --trx_line_description
3844: 'STANDARD', DECODE(pll.payment_type,
3845: null, pl.item_description, --non complex work Standard PO
3846: pll.description --complex work Standard PO
3847: ),
3848: pl.item_description -- for shipment_type='PLANNED'

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

3841: 'DELIVERY', null,
3842: pll.shipment_num)
3843: ,DECODE(pll.shipment_type, --trx_line_description
3844: 'STANDARD', DECODE(pll.payment_type,
3845: null, pl.item_description, --non complex work Standard PO
3846: pll.description --complex work Standard PO
3847: ),
3848: pl.item_description -- for shipment_type='PLANNED'
3849: )

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

3842: pll.shipment_num)
3843: ,DECODE(pll.shipment_type, --trx_line_description
3844: 'STANDARD', DECODE(pll.payment_type,
3845: null, pl.item_description, --non complex work Standard PO
3846: pll.description --complex work Standard PO
3847: ),
3848: pl.item_description -- for shipment_type='PLANNED'
3849: )
3850: ,DECODE(pll.shipment_type, --product_description

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

3847: ),
3848: pl.item_description -- for shipment_type='PLANNED'
3849: )
3850: ,DECODE(pll.shipment_type, --product_description
3851: 'STANDARD', DECODE(pll.payment_type,
3852: null, pl.item_description, --non complex work Standard PO
3853: pll.description --complex work Standard PO
3854: ),
3855: pl.item_description -- for shipment_type='PLANNED'

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

3848: pl.item_description -- for shipment_type='PLANNED'
3849: )
3850: ,DECODE(pll.shipment_type, --product_description
3851: 'STANDARD', DECODE(pll.payment_type,
3852: null, pl.item_description, --non complex work Standard PO
3853: pll.description --complex work Standard PO
3854: ),
3855: pl.item_description -- for shipment_type='PLANNED'
3856: )

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

3849: )
3850: ,DECODE(pll.shipment_type, --product_description
3851: 'STANDARD', DECODE(pll.payment_type,
3852: null, pl.item_description, --non complex work Standard PO
3853: pll.description --complex work Standard PO
3854: ),
3855: pl.item_description -- for shipment_type='PLANNED'
3856: )
3857: ,DECODE(p_calling_program, --assessable_value

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

4159: 'ADVANCE', null,
4160: 'DELIVERY', null,
4161: pll.shipment_num)
4162: ,DECODE(pll.shipment_type, --trx_line_description
4163: 'STANDARD', DECODE(pll.payment_type,
4164: null, pl.item_description, --non complex work Standard PO
4165: pll.description --complex work Standard PO
4166: ),
4167: pl.item_description -- for shipment_type='PLANNED'

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

4160: 'DELIVERY', null,
4161: pll.shipment_num)
4162: ,DECODE(pll.shipment_type, --trx_line_description
4163: 'STANDARD', DECODE(pll.payment_type,
4164: null, pl.item_description, --non complex work Standard PO
4165: pll.description --complex work Standard PO
4166: ),
4167: pl.item_description -- for shipment_type='PLANNED'
4168: )

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

4161: pll.shipment_num)
4162: ,DECODE(pll.shipment_type, --trx_line_description
4163: 'STANDARD', DECODE(pll.payment_type,
4164: null, pl.item_description, --non complex work Standard PO
4165: pll.description --complex work Standard PO
4166: ),
4167: pl.item_description -- for shipment_type='PLANNED'
4168: )
4169: ,DECODE(pll.shipment_type, --product_description

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

4166: ),
4167: pl.item_description -- for shipment_type='PLANNED'
4168: )
4169: ,DECODE(pll.shipment_type, --product_description
4170: 'STANDARD', DECODE(pll.payment_type,
4171: null, pl.item_description, --non complex work Standard PO
4172: pll.description --complex work Standard PO
4173: ),
4174: pl.item_description -- for shipment_type='PLANNED'

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

4167: pl.item_description -- for shipment_type='PLANNED'
4168: )
4169: ,DECODE(pll.shipment_type, --product_description
4170: 'STANDARD', DECODE(pll.payment_type,
4171: null, pl.item_description, --non complex work Standard PO
4172: pll.description --complex work Standard PO
4173: ),
4174: pl.item_description -- for shipment_type='PLANNED'
4175: )

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

4168: )
4169: ,DECODE(pll.shipment_type, --product_description
4170: 'STANDARD', DECODE(pll.payment_type,
4171: null, pl.item_description, --non complex work Standard PO
4172: pll.description --complex work Standard PO
4173: ),
4174: pl.item_description -- for shipment_type='PLANNED'
4175: )
4176: ,zxldet.assessable_value --assessable_value

Line 6690: -- Standard API specification parameter

6686: -- Cancels tax lines after corresponding PO shipment has been cancelled
6687: --Parameters:
6688: --IN:
6689: --p_api_version
6690: -- Standard API specification parameter
6691: --p_init_msg_list
6692: -- Standard API specification parameter
6693: --p_commit
6694: -- Standard API specification parameter

Line 6692: -- Standard API specification parameter

6688: --IN:
6689: --p_api_version
6690: -- Standard API specification parameter
6691: --p_init_msg_list
6692: -- Standard API specification parameter
6693: --p_commit
6694: -- Standard API specification parameter
6695: --p_validation_level
6696: -- Standard API specification parameter

Line 6694: -- Standard API specification parameter

6690: -- Standard API specification parameter
6691: --p_init_msg_list
6692: -- Standard API specification parameter
6693: --p_commit
6694: -- Standard API specification parameter
6695: --p_validation_level
6696: -- Standard API specification parameter
6697: --OUT:
6698: --x_return_status

Line 6696: -- Standard API specification parameter

6692: -- Standard API specification parameter
6693: --p_commit
6694: -- Standard API specification parameter
6695: --p_validation_level
6696: -- Standard API specification parameter
6697: --OUT:
6698: --x_return_status
6699: -- Standard API specification parameter
6700: --x_msg_count

Line 6699: -- Standard API specification parameter

6695: --p_validation_level
6696: -- Standard API specification parameter
6697: --OUT:
6698: --x_return_status
6699: -- Standard API specification parameter
6700: --x_msg_count
6701: -- Standard API specification parameter
6702: --x_msg_data
6703: -- Standard API specification parameter

Line 6701: -- Standard API specification parameter

6697: --OUT:
6698: --x_return_status
6699: -- Standard API specification parameter
6700: --x_msg_count
6701: -- Standard API specification parameter
6702: --x_msg_data
6703: -- Standard API specification parameter
6704: --Notes:
6705: -- Wrapper over ZX_API_PUB.calculate_tax for cancel. Called from pocca.lpc.

Line 6703: -- Standard API specification parameter

6699: -- Standard API specification parameter
6700: --x_msg_count
6701: -- Standard API specification parameter
6702: --x_msg_data
6703: -- Standard API specification parameter
6704: --Notes:
6705: -- Wrapper over ZX_API_PUB.calculate_tax for cancel. Called from pocca.lpc.
6706: -- Introduced with Bug 4695557.
6707: --End of Comments

Line 7100: -- Standard API specification parameter

7096: -- Wrapper over Etax API ZX_API_PUB.global_document_update
7097: --Parameters:
7098: --IN:
7099: --p_api_version
7100: -- Standard API specification parameter
7101: --p_init_msg_list
7102: -- Standard API specification parameter
7103: --p_commit
7104: -- Standard API specification parameter

Line 7102: -- Standard API specification parameter

7098: --IN:
7099: --p_api_version
7100: -- Standard API specification parameter
7101: --p_init_msg_list
7102: -- Standard API specification parameter
7103: --p_commit
7104: -- Standard API specification parameter
7105: --p_validation_level
7106: -- Standard API specification parameter

Line 7104: -- Standard API specification parameter

7100: -- Standard API specification parameter
7101: --p_init_msg_list
7102: -- Standard API specification parameter
7103: --p_commit
7104: -- Standard API specification parameter
7105: --p_validation_level
7106: -- Standard API specification parameter
7107: --p_org_id
7108: -- organization id on the document

Line 7106: -- Standard API specification parameter

7102: -- Standard API specification parameter
7103: --p_commit
7104: -- Standard API specification parameter
7105: --p_validation_level
7106: -- Standard API specification parameter
7107: --p_org_id
7108: -- organization id on the document
7109: --p_document_type
7110: -- 'PO' or 'RELEASE'

Line 7117: -- Standard API specification parameter

7113: --p_event_type_code
7114: -- document level action code taken from PO_CONSTANTS_SV
7115: --OUT:
7116: --x_return_status
7117: -- Standard API specification parameter
7118: --x_msg_count
7119: -- Standard API specification parameter
7120: --x_msg_data
7121: -- Standard API specification parameter

Line 7119: -- Standard API specification parameter

7115: --OUT:
7116: --x_return_status
7117: -- Standard API specification parameter
7118: --x_msg_count
7119: -- Standard API specification parameter
7120: --x_msg_data
7121: -- Standard API specification parameter
7122: --End of Comments
7123: -----------------------------------------------------------------------------

Line 7121: -- Standard API specification parameter

7117: -- Standard API specification parameter
7118: --x_msg_count
7119: -- Standard API specification parameter
7120: --x_msg_data
7121: -- Standard API specification parameter
7122: --End of Comments
7123: -----------------------------------------------------------------------------
7124: PROCEDURE global_document_update(p_api_version IN NUMBER,
7125: p_init_msg_list IN VARCHAR2,

Line 7237: -- Standard API specification parameter

7233: --p_document_type
7234: -- Document Type (PO or RELEASE) for the document that is to be unapproved
7235: --OUT:
7236: --x_return_status
7237: -- Standard API specification parameter
7238: -- Can hold one of the following values:
7239: -- FND_API.G_RET_STS_SUCCESS (='S')
7240: -- FND_API.G_RET_STS_ERROR (='E')
7241: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

Line 7352: -- Standard API specification parameter

7348: -- List of schedule ids that were modified in the Additional Tax Information
7349: -- page
7350: --OUT:
7351: --x_return_status
7352: -- Standard API specification parameter
7353: -- Can hold one of the following values:
7354: -- FND_API.G_RET_STS_SUCCESS (='S')
7355: -- FND_API.G_RET_STS_ERROR (='E')
7356: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')