DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on PO_ENCUMBRANCE_PREPROCESSING

Line 2598: PO_ENCUMBRANCE_PREPROCESSING.derive_doc_types_from_dist(

2594:
2595: l_progress := '070';
2596:
2597: -- Convert the distribution type into document type and subtype.
2598: PO_ENCUMBRANCE_PREPROCESSING.derive_doc_types_from_dist(
2599: p_distribution_type => l_distribution_type
2600: , x_doc_type => l_doc_type
2601: , x_doc_subtype => l_doc_subtype
2602: );

Line 3407: PO_ENCUMBRANCE_PREPROCESSING.do_encumbrance_validations(

3403:
3404: l_progress := '031';
3405: --
3406:
3407: PO_ENCUMBRANCE_PREPROCESSING.do_encumbrance_validations(
3408: p_action => p_action
3409: , p_check_only_flag => p_check_only_flag
3410: , p_doc_type => p_doc_type
3411: , p_doc_subtype => p_doc_subtype

Line 3432: PO_ENCUMBRANCE_PREPROCESSING.get_all_distributions(

3428:
3429: l_progress := '040';
3430:
3431: BEGIN
3432: PO_ENCUMBRANCE_PREPROCESSING.get_all_distributions(
3433: p_action => l_action
3434: , p_check_only_flag => p_check_only_flag
3435: , p_doc_type => p_doc_type
3436: , p_doc_subtype => p_doc_subtype

Line 3565: PO_ENCUMBRANCE_PREPROCESSING.derive_packet_values(

3561: PO_DEBUG.debug_var(l_log_head,l_progress,'l_partial_flag ',l_partial_flag);
3562: END IF;
3563:
3564: BEGIN
3565: PO_ENCUMBRANCE_PREPROCESSING.derive_packet_values(
3566: p_action => l_action
3567: , p_doc_type => p_doc_type
3568: , p_doc_subtype => p_doc_subtype
3569: , p_use_gl_date => l_use_gl_date

Line 4124: PO_ENCUMBRANCE_PREPROCESSING.check_enc_action_possible(

4120: SAVEPOINT IS_RESERVABLE_SP;
4121:
4122: l_progress := '020';
4123:
4124: PO_ENCUMBRANCE_PREPROCESSING.check_enc_action_possible(
4125: p_action => g_action_RESERVE,
4126: p_doc_type => p_doc_type,
4127: p_doc_subtype => p_doc_subtype,
4128: p_doc_level => p_doc_level,

Line 4235: PO_ENCUMBRANCE_PREPROCESSING.check_enc_action_possible(

4231: SAVEPOINT IS_UNRESERVABLE_SP;
4232:
4233: l_progress := '020';
4234:
4235: PO_ENCUMBRANCE_PREPROCESSING.check_enc_action_possible(
4236: p_action => g_action_UNRESERVE,
4237: p_doc_type => p_doc_type,
4238: p_doc_subtype => p_doc_subtype,
4239: p_doc_level => p_doc_level,

Line 4791: PO_ENCUMBRANCE_PREPROCESSING.delete_encumbrance_gt();

4787: l_progress := '100';
4788:
4789: -- Clear the existing data from the encumbrance table.
4790:
4791: PO_ENCUMBRANCE_PREPROCESSING.delete_encumbrance_gt();
4792:
4793: l_progress := '200';
4794:
4795: -- Get the distribution_type based on the doc_type, doc_subtype.

Line 4797: PO_ENCUMBRANCE_PREPROCESSING.derive_dist_from_doc_types(

4793: l_progress := '200';
4794:
4795: -- Get the distribution_type based on the doc_type, doc_subtype.
4796:
4797: PO_ENCUMBRANCE_PREPROCESSING.derive_dist_from_doc_types(
4798: p_doc_type => p_doc_type
4799: , p_doc_subtype => p_doc_subtype
4800: , x_distribution_type => l_distribution_type
4801: );