DBA Data[Home] [Help]

APPS.PA_CREATE_RESOURCE dependencies on PA_RESOURCE_TXN_ATTRIBUTES_S

Line 39: l_system_link_function pa_resource_txn_attributes.system_linkage_function%TYPE;

35: l_revenue_category pa_resource_txn_attributes.revenue_category%TYPE;
36: l_nlr_resource pa_resource_txn_attributes.non_labor_resource%TYPE;
37: l_nlr_res_org_id pa_resource_txn_attributes.non_labor_resource_org_id%TYPE;
38: l_event_type_cls pa_resource_txn_attributes.event_type_classification%TYPE;
39: l_system_link_function pa_resource_txn_attributes.system_linkage_function%TYPE;
40: l_resource_format_id pa_resource_txn_attributes.resource_format_id%TYPE;
41: l_res_type_code pa_resource_types.resource_type_code%TYPE;
42:
43: CURSOR Cur_TXn_Attributes(p_resource_id PA_RESOURCES.RESOURCE_ID%TYPE) IS

Line 1482: SELECT pa_resource_txn_attributes_s.NEXTVAL

1478:
1479: /* Bug # 932398 Fix : Added flags for non-labor resources in the above cursor */
1480:
1481: CURSOR c_res_txn_attr_seq_csr IS
1482: SELECT pa_resource_txn_attributes_s.NEXTVAL
1483: FROM SYS.DUAL;
1484:
1485: BEGIN
1486: l_old_stack := p_err_stack;

Line 1561: p_err_stage := 'Select pa_resource_txn_attributes_s.nextval from sys.dual ';

1557: ELSE
1558: CLOSE c_res_format_csr;
1559: END IF;
1560:
1561: p_err_stage := 'Select pa_resource_txn_attributes_s.nextval from sys.dual ';
1562:
1563: OPEN c_res_txn_attr_seq_csr;
1564: FETCH c_res_txn_attr_seq_csr INTO
1565: l_resource_txn_attribute_id;

Line 2515: l_system_link_function pa_resource_txn_attributes.system_linkage_function%TYPE;

2511: l_revenue_category pa_resource_txn_attributes.revenue_category%TYPE;
2512: l_nlr_resource pa_resource_txn_attributes.non_labor_resource%TYPE;
2513: l_nlr_res_org_id pa_resource_txn_attributes.non_labor_resource_org_id%TYPE;
2514: l_event_type_cls pa_resource_txn_attributes.event_type_classification%TYPE;
2515: l_system_link_function pa_resource_txn_attributes.system_linkage_function%TYPE;
2516: l_resource_format_id pa_resource_txn_attributes.resource_format_id%TYPE;
2517: l_res_type_code pa_resource_types.resource_type_code%TYPE;
2518:
2519: